@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;overflow: hidden;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*导航*/ 

.nav {
	position: absolute;
	width: 100%;
	z-index: 9999;
	height: 110px;
	top: 0;
	left: 0;
	background:#0065c1 url(../images/navbj.png) left center no-repeat;
}
.nav::after {
    content: '';
    display: block;
    position: absolute;
    top: 118px;
	left: 0;
    width: 100%;
    height: 8px;
    background:#0065c1;
}

.nav .left-logo {
    margin-left: 6%;
}

.navb {
	height: 110px;
	line-height: 110px;
	margin-left: 3%;
}
.navb .active {
	position: relative;
	float: left;
	width: 100px;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #0072d9;

}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 68px;
    height: 3px;
    background: #ed0000;
    margin-left: -34px;
}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}


.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 110px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -320px !important;
	width: 850px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:850px;
	height:400px;
	background:#f6f6f6;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.top-r{
   margin-right: 8%;
   background: url(../images/tel.png) left center no-repeat;
   position: relative;
   margin-top: 25px;
}
.top-r em{
	padding-left: 60px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.top-r span{
	font-size: 32px;
	color: #fff;
	font-family: "Arial";
	padding-left: 60px;
	line-height: 30px;
}

@media screen and (max-width: 1710px) {
	.nav .left-logo{margin-left: 1%;}
	.top-r{margin-right: 1%;}
	.top-r::before {display: none;}
}
@media screen and (max-width: 1600px) {
	.navb{margin-left: 2%;}
	.navb .active{width: 90px;}
}
@media screen and (max-width: 1500px) {
	.navb .active {width: 80px;}
}
@media screen and (max-width: 1400px) {
	.top-r{background: initial;}
	.top-r em{padding-left: 5px;}
	.top-r span{padding-left: 5px;}
}
/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 25px;
  text-align: center;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}


/* 产品*/
.probj{
 width: 100%;
 height: auto;
 background: #f5f5f5;
 padding-bottom: 30px;
}

.probt{
	text-align: center;
	padding-top: 50px;
}
.probt a{
	font-size: 40px;
	color: #333;
	position: relative;
}
.probt a span{
	color: #0065c1;
	font-weight: bold;
}
.probt p{
	font-size: 16px;
	color: #767676;
	line-height: 40px;
}
.probt a:hover{
	color: #0065c1;
}
.probt a::before {
    content: '';
    display: block;
    width: 135px;
    height: 38px;
    background: url(../images/tbb.jpg) center no-repeat;
    position: absolute;
    right: -180px;
    top: -6px;
}
.probt a::after {
    content: '';
    display: block;
    width: 135px;
    height: 38px;
    background: url(../images/tba.jpg) center no-repeat;
    position: absolute;
    left: -180px;
    top: 23px;
}
/*分类*/
.prfl{
	width: 280px;
	height: 110px;
	background: url(../images/fla.jpg) center no-repeat;
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-top: 30px
}
.prfl span{
	padding-top: 38px;
    display: block;
}
.zcfl{
	width: 280px;
	min-height: 880px;
	height: auto;
	margin-top: 10px;
	background: #0054a6
}
.fenlei{}
.fenlei ul li{
	height: 52px;
	line-height: 52px;
	background: url(../images/xian.jpg) center bottom no-repeat;
}
.fenlei ul li a{
	display: block;
	color: #fff;
	background: url(../images/jiantou.jpg) 30px center no-repeat;
	padding-left: 65px;
	font-size: 16px;
}
.fenlei ul li:hover a{
	font-weight: bold;
}
.fltel{
	background: url(../images/tel.jpg) left center no-repeat;
	width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}
.fltel em{
	display: block;
	width: 135px;
	height: 28px;
	background: #dd0000;
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	margin-left: 86px;
}
.fltel span{
    color: #fff;
    font-size: 23px;
    font-family: "Arial";
    display: block;
    margin-left: 86px;
    margin-top: 5px;
}
.fldh{
	width: 250px;
	margin: 0 auto;
	margin-top: 15px;
}
.fldh p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}


/*pro*/
.pro_show{
    width: 1065px;
    overflow: hidden;
	height: 1000px;
	margin-top: 30px
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 340px;
    float: left;
    position: relative;
    height: 320px !important;
    background: #fff;
    border: 1px #dcdcdc solid;
    margin: 5px 0 5px 10px;
    overflow: hidden;
}
.cpimg{
	width: 100%;
	height: 265px;
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	transition: all 0.6s;
}
.pro_go ul li:hover .cpimg{
	 transform: scale(1.1);
}

.pro_go ul li .p1{
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0
}
.pro_go ul li .p1 .sytitle{
	color: #000;
	float: left;
	padding-left: 18px;
	font-size: 16px;
	float: left;
}
.pro_go ul li .p1 .cptel{
    font-size: 19px;
    font-family: "Arial";
    color: #5f5f5f;
    background: url(../images/tela.png) left center no-repeat;
    padding-left: 25px;
    float: right;
    margin-right: 18px;
}

.pro_go ul li:hover .p1{
    background: #0065c1;
}
.pro_go ul li:hover .sytitle{
	color: #fff;
}
.pro_go ul li:hover .cptel{
	color: #fff;
	background: url(../images/telb.png) left center no-repeat;
}


/*adv*/
.advbj{
	width: 100%;
	height: 1090px;
	background:#f5f5f5 url(../images/advbj.jpg) center bottom no-repeat;
	padding-top: 30px;
}
.ysa{
   text-align: center;
   float: left;
}
.ysa b{
	font-size: 23px;
	color: #2e6fd3;
	position: relative;
}
.ysa b::after{
	content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    display: block;
    background:#e40000;
    left: 1px;
    top: 35px;
    z-index: 999;
}
.ysa p{
	color: #797979;
	font-size: 14px;
	line-height: 30px;
}
.mta{
	margin-top: 115px;
	margin-left: 60px;
}
.mtb{
    margin-top: 20px;
    margin-left: 200px;
}
.mtc{
	margin-top: 115px;
	margin-left: 220px;
}

.advtu{
    text-align: center;
}
.advtu img{
	animation: ball .6s infinite alternate;
}

.com{
	width: 1350px;
	margin: 0 auto;
}
.com ul{
    margin-top: 45px;
}
.com ul li{
    float: left;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
}
.com ul li:hover img{
    transform: rotateY(360deg);
    transition: all 0.6s;
}
.com ul li:nth-child(1){
    width: 323px;
    margin-left: 20px;
    margin-top: -26px;

}
.com ul li:nth-child(2){
    width: 255px;
    margin-left: 95px;
    margin-top: -47px;

}
.com ul li:nth-child(3){
    width: 225px;
	margin-left: 109px;
    margin-top: -35px;

}
.com ul li:nth-child(4){
    width: 200px;
    margin-left: 93px;
    margin-top: -95px;
}
.com ul li span{
	font-size: 28px;
	color: #fff;
	padding-top: 10px;
	display: block;
	padding-bottom: 5px;
}
.com ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.ystel{
	width: 350px;
	height: 60px;
	background: #fff url(../images/telc.png) 35px center no-repeat;
	border-radius: 50px;
	margin: 0 auto;
	line-height: 60px;
}
.ystel span{
	font-family: "Arial";
	font-size: 30px;
	color: #1975c8;
	padding-left: 90px;
}



/*简介*/
.abbj{
   width: 100%;
   height: 560px;
   background: url(../images/abbj.jpg) center bottom no-repeat;
}
.abimg{
	width: 450px;
	height: 620px;
	overflow: hidden;
}
.abimg:hover img{
	transform: scale(1.1);
	transition: all 0.6s;
}
.abny{
	width: 830px;
}
.abny p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	display: block;
	margin-top: 15px;
	margin-left: 5px;
}
.abny .abmore{
	display: block;
	width: 115px;
	height: 40px;
	background: #0065c1;
	border-radius: 50px;
	margin-top: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.abny .abmore:hover{
	background: #de0000
}
.abny ul{
	margin-top: 40px;
}
.abny ul li{
	width: 200px;
	text-align: center;
	float: left;
	background: url(../images/hua.jpg) center top no-repeat;
}
.abny ul li img{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	transition: all 0.6s;
}
.abny ul li span{
	font-size: 20px;
	color: #333;
	display: block;
    margin-top: 55px;
}
.abny ul li:hover img{
    transform: rotateY(360deg);
}


/*csae*/
.case_con{
    width: 1350px;
    margin: 45px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:330px;
    height: 320px;
    float: left;
    margin-left: 7px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
}
.case_go ul li .alimg {
    display: block;
    width: 310px;
    height: 240px;
    background: #f3f3f3;
    padding: 10px;
    overflow: hidden;
}
.myClassa{
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    width: 310px;
    height: 240px;
    transition: all 0.6s;
}

.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}
.case_go ul li p{
	display: block;
	height: 50px;
	border-bottom: 1px #e8e8e8 solid;
	position: relative;
}
.case_go ul li p .altitle{
   line-height: 50px;
   color: #333;
   font-size: 16px;
}

.case_go ul li:hover p .altitle{
	color: #0065c1;
	padding-left: 15px;
}
.case_go ul li p .almore{
	margin-top: 10px;
}

/*广告*/
.ggbj{
	width: 100%;
	height: 200px;
	background: url(../images/ggbj.jpg) center no-repeat;
	margin-top: 50px;
}
.ggbt{
	width: 1350px;
	margin: 0 auto;
	text-align: right;
}
.ggbt h3{
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	display: block;
    padding-top: 30px;
}
.ggbt span{
	font-family: "Arial";
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
}
.ggtel{
	width: 570px;
	margin-left: 780px;
	margin-top: 15px;
}
.ggtel span{
	font-size: 35px;
	color: #fff;
	font-family: "Arial";
	background: url(../images/teld.png) left center no-repeat;
	padding-left: 50px;
	float: left;
}
.ggtel a{
	display: block;
	width: 150px;
	height: 40px;
	background: #fe0000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	float: right;

}
.ggtel a:hover{
	background: #38abfb;
	font-weight: bold;
}


/* case */
.tba a::before {
    content: '';
    display: block;
    width: 135px;
    height: 38px;
    background: url(../images/alb.jpg) center no-repeat;
    position: absolute;
    right: -180px;
    top: -6px;
}
.tba a::after {
    content: '';
    display: block;
    width: 135px;
    height: 38px;
    background: url(../images/ala.jpg) center no-repeat;
    position: absolute;
    left: -180px;
    top: 23px;
}

.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    margin: 10px 0;
    height: 460px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #0065c1;
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 28px;
    font-family: "Arial";
    vertical-align: middle;
    font-weight: normal;
    padding-left: 40px;
}
.case_phone ul li:nth-child(1){
    background: #e40000 url(../images/tele.png) 30px center no-repeat;
}
.case_phone ul li:hover{
    background: #e40000;
}


/*新闻*/
.line{
	width: 100%;
	height: 8px;
	background: #0065c1;
}
.newbj{
    width: 100%;
    height: 730px;
    border-top: 2px #0065c1 solid;
    margin-top: 3px;
}
.xwlb{
    width: 100%;
    
}
.xwlb ul li{
    box-sizing: border-box;
    width: 25%;
    float: left;
}
.xwlb ul li .xwimg{
    display: none;
}
.xwlb ul li .xwimg img{
	width: 100%;
	margin-top: -30px;
}
.xwlb ul li .xinwen{
    height: 230px;
    background: #e7e7e7;
    margin-top: 100px;
    padding: 40px 25px;

}
.xwlb ul li:nth-child(2n) .xinwen{
    background: #f5f5f5;
}
.xwlb ul li .xinwen h3{
    height: 30px;
    overflow: hidden;
}
.xwlb ul li .xinwen h3 a{
    font-size: 18px;
    color: #191919;

}
.xwlb ul li .xinwen em{
    display: block;
    width: 50px;
    height: 3px;
    background: #0065c1;
    margin-top: 20px;
    margin-bottom: 40px;
}
.xwlb ul li .xinwen p{
    font-size: 15px;
    color: #5a5a5a;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xwlb ul li .xinwen .xwtime{
    margin-top: 30px;
}
.xwlb ul li .xinwen span{
    font-size: 16px;
    color: #7e7e7e;
    font-family: "Arial";
    background: url(../images/shijiana.png) left center no-repeat;
    padding-left: 40px;
    display: block;
    height: 23px;
    line-height: 23px;
    float: left;
    
}
.xwlb ul li .xinwen .xwmore{
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/xwmore.png) center no-repeat;
}
.xwlb ul li:hover{
    border: 1px #005bac solid;
    margin-top: 25px;
}
.xwlb ul li:hover .xwimg{
    display: block;
    height: 230px;
    width: 100%;
    overflow: hidden;

}
.xwlb ul li .xwimg:hover  img{
    transform: scale(1.1);
    transition: all 0.6s;
    width: 100%
}
.xwlb ul li:hover .xinwen{
    margin-top: 0;
    height: 180px;
    background: #fff;
    padding:20px 25px;
}
.xwlb ul li:hover .xinwen h3 a{
    color: #0065c1;
    padding-left: 15px;
    font-weight: bold;
    display: block;
}
.xwlb ul li:hover .xinwen em{
    margin-bottom: 20px;
}
.xwlb ul li:hover .xinwen .xwtime{
    margin-top:20px;
}
.xwlb ul li:hover .xinwen .xwtime .xwmore{
    display: none;
}





/*底部*/
.footer{
   width: 100%;
   height: 370px;
   background: #1c1c1c
}
.dblogo{
	width: 360px;
	padding-top: 60px;
	text-align: center;
	position: relative;
}
.dblogo::after{
    content: '';
    display: block;
    width: 1px;
    height: 260px;
    background:#292929 ;
    position: absolute;
    right: 0;
    top: 50px;
}
.dbnav{
	width: 210px;
	margin-left: 50px;
	padding-top: 50px;
}
.dbnav span{
	color: #fff;
	font-size: 23px;
}
.dbnav em{
	display: block;
	width: 45px;
	height: 3px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 20px;
}
.dbnav ul li{
	float: left;
	width: 90px;
	line-height: 45px;
}
.dbnav ul li a{
	font-size: 16px;
	color: #fff
}
.dbnav ul li a:hover{
	font-weight: bold;
}
.dbtel{
	width: 300px;
	margin-left: 18px;
	padding-top: 50px;
}
.dbtel span{
	color: #fff;
	font-size: 23px;
}
.dbtel em{
	display: block;
	width: 45px;
	height: 3px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 20px;
}
.dbtel p{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.dbewm{
   padding-top: 115px;
   position: relative;
}
.dbewm ul li{
	float: left;
	margin-left: 25px;
	text-align: center;
}
.dbewm ul li span{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #fff
}
.dbewm::after{
    content: '';
    display: block;
    width: 1px;
    height: 260px;
    background:#292929 ;
    position: absolute;
    left: -55px;
    top: 50px;
}
.copy{
    text-align:center;   
    font-size: 14px;
    color: #e3e3e3;
    width: 100%;
    height: 60px;
    background: #111;
    line-height: 60px;
}
.copy a{color: #e3e3e3}


/*当前导航*/
.breadcrumbs {
	height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #333;
    background: #f1f1f1;
    width: 100%;
}
.breadcrumbs .dh_box {
	width: 1350px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#333;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #333;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #333;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#333;
}
.breadcrumbs .dqdhMain .span2 {
	color:#333;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#333;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 15px;
}
.breadcrumbs .dqdh_class {
	margin-top:10px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#0065c1;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #0065c1;
border-right:1px solid #0065c1;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.about_tit{
    margin-bottom: 30px;
	text-align: center;
}
.about_tit>i{
	display: block;
	font-style: normal;
	font-size: 75px;
	color: #e6e6e6;
	font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #0065c1;
    font-weight: bold;
    position: relative;
    display: block;
}
.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}

/*about_list*/
.about_list{
    display: block;
    margin: 0 auto;
    background: #fff;
}
.course{ width:1047px; background:url(../images/course.jpg) no-repeat center top; background-size:100% auto; margin:0 auto 70px auto; overflow:hidden;}

.course li{ width:20%; float:left; cursor: pointer;}

.course li.c01{ width:12%; margin-right:2%;}

.course li.c02{ width:24%;}

.course li.c03{width:24%; overflow:hidden;}

.course li.c04{width:24%;}

.course li.c05{ width:12%; margin-left:2%;}



.course .year{ background:#0065c1; border-radius:50%; font-family:Impact; text-align:center; color:#ffffff;}

.course .year:hover{ background:#ed0000;}

.course .txt{ text-align:center; color:#525252; font-size:15px; line-height:1.5;}

.course .xian{width:1px;  background:#b4b4b4; margin:25px auto; position:relative;}

.course .xian:after{ content:""; position:absolute; width:14px; height:14px; position:absolute; bottom:0; left:50%; margin-left:-7px; background:#b4b4b4; border-radius:50%;}

.c01 .year{ width:90px; height:90px; line-height:90px; font-size:24px; margin:46px auto 0 auto; }

.c02 .year{ width:150px; height:150px; line-height:150px; font-size:36px; margin:18px auto 0 auto;}

.c03 .year{ width:185px; height:185px; line-height:185px; font-size:48px; margin:0 auto;}

.c04 .year{width:150px; height:150px; line-height:150px; font-size:36px; margin:18px auto 0 auto;}

.c05 .year{width:90px; height:90px; line-height:90px; font-size:24px; margin:46px auto 0 auto;}



.course .c01 .xian{ height:105px;}

.course .c02 .xian{ height:70px;}

.course .c03 .xian{ height:56px;}

.course .c04 .xian{ height:70px;}

.course .c05 .xian{ height:105px;}
.course .text {
    text-align: center;
    color: #525252;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin-top: 0;
}



/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact p{
	line-height: 30px;
	margin-left: 20px;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 16px;
	margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #005aae;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.page_contact ul{
    width: 90%;
	margin-left: 20px;
}
.page_contact ul li{
    float: left;
    margin-right: 2%;
    color: #333;
    line-height: 40px;
}
.page_contact ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../images/contact_con.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
.page_contact ul li:nth-child(1)::before{
    background-position: 1px 0;
}
.page_contact ul li:nth-child(2)::before{
    background-position: -22px 0;
}
.page_contact ul li:nth-child(3)::before{
    background-position: -46px 0;
}
.msg{
    width: 100%;
    height: 350px;
    background: #005aae;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
	font-style: normal;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #82bcf3;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.hua{
    position: absolute;
    right: -30px;
    top: 0;
}


/*新闻列表页*/
.main{height: auto;width: 1350px;margin: 0 auto;margin-top: 20px;}
.main .main_rightc{margin-bottom: 60px;}
.main .news_list{}
.main .news_list li{height: 220px;background: #fff;margin-top: 30px;border: 1px solid #f2f2f2;border-radius: 10px;}
.main .news_list li .xwdata{background: #f5f4f9;width: 160px;height: 220px;text-align: center;}
.main .news_list li .xwdata span{color: #04102c;font-size: 18px;display: block;margin-top: 60px;line-height: 40px;}
.main .news_list li .xwdata b{font-size: 30px;}

.main .news_list li .img{margin-left: 25px;margin-top: 18px;width: 260px;height: 180px;overflow: hidden;}
.main .news_list li .lMore{width:830px;margin-right: 25px;margin-top: 30px;}
.main .news_list li .lMore .title{font-size: 23px;color: #393939;line-height: 36px; margin-bottom:26px;display: block;}
.main .news_list li .lMore span{ font-size:14px; color:#999;line-height: 36px;}
.main .news_list li .lMore p{font-size:15px; color:#999; line-height:26px;}
.main .news_list li:hover .title{ color:#0065c1; padding-left:15px;}
.main .news_list li:hover p{ padding-left:15px;}
.main .news_list li:hover{box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .08);transition: all .3s ease-out;border-bottom: none;}
.main .news_list li:hover .img img{transition: all 1.2s;transform: scale(1.2, 1.2);}

.newtitle{border-radius: 0 0 30px 30px;padding-bottom: 20px;}
/*fenye*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#1d76f8;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
}
.main .tT01 {
  text-align:center;
  line-height:35px;
  padding-top:50px;
  margin-bottom: 25px;
}
.main .tT01 .span1 {
  font-size:30px;
  color:#444;
}
.main .subtitle {
  font-size: 16px;
  line-height:50px;
  height: 50px;
  color: #8F8F8F;
  text-align:center;
  margin-top: 10px;
  background: #f0f3fa;
  border-radius: 50px;
}
.main .subtitle span {
  padding:0 25px;
}
.main .subtitle .time{
  background: url(../images/shijian.png) no-repeat left center;
}
.main .subtitle .chick{
  background: url(../images/liulan.png) no-repeat left center;
}
.mainBox {
  margin-top: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.liuyan{
  width: 100%;
  background: url(../images/message_bg.jpg) center no-repeat;
  margin-bottom: 50px
}
.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    padding: 30px;
}
.text img{display: block;margin: 0 auto;}
.viewpage{ margin:0; padding:10px 0 50px 0;border-radius: 50px;height: 20px;}
.viewpage .main_r_nav{ color:#999; font-size:14px; line-height:30px;}
.newbtn{background: url(../images/left-btn.png) left center no-repeat;padding-left: 80px;}
.newbtna{background: url(../images/right-btn.png) right center no-repeat;padding-right: 80px;}
.viewpage .main_r_nav a{ font-size:14px; color:#444}
.viewpage .main_r_nav a:hover{ text-decoration:underline;}
.xg-news{width: 100%;height: auto;margin-top: 30px;}
.xg-news h2{font-size: 24px;color: #354775;line-height: 40px;margin-bottom: 10px;font-weight: 600;}
.xg-news h2:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/xg-tag.png) no-repeat left center;
    vertical-align: top;
}
.xg-news ul{background: #f0f3fa;border-radius: 15px;height:180px;padding: 30px 28px 0;}
.xg-news ul li{width: 395px;float: left;line-height: 35px;margin-bottom: 20px;background: url(../images/icon.png) left center no-repeat;padding-left: 35px;}
.xg-news ul li a{color: #333;font-size: 16px;}
.xg-news ul li:hover a{padding-left: 13px;color: #db0e00}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
	margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
	height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#e50100;
	font-size:18px;
	border-bottom:1px solid #e50100;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/telf.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #0065c1;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#e50100;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing {
	
}
.xiangqing_top{
	background: #eee
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-cologr:#fff;
	border-bottom:2px solid #1557c1;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#0065c1;
	color:#fff;
}
.contenta {
	background: #fff;
	border: 1px solid #ddd;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*在线留言*/
.conbt{
  text-align: center;
  width: 600px;
  margin:0 auto;
  position: relative;
  margin-top: 35px;
}
.conbt span{
  font-family: "Impact";
  color: #efefef;
  font-size: 66px;
  text-transform: uppercase;
}
.conbt b{
  display: block;
  font-size: 35px;
  color: #0f0f0f;
  font-weight: bold;
  position: relative;
    margin-top: -55px;
}

.conbt::before{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.conbt::after{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.aj_lxp{
  font-size: 16px;
    text-align: center;
    margin: 20px auto 40px;
    width: 80%;
    line-height: 32px;
    color: #666;
    width: 1200px;
}
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{
	padding: 50px 0 50px 0;
    width: 680px;
}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#e50000; }

.wizfrm:hover{ background-color:#397bfc; }

.main .main_righta{ width:1060px;padding-bottom: 100px; margin-top: 30px;}
**/

.main .proListal{ width:100%;}
.main .proListal li{ width:340px; float:left; margin:0 0 10px 5px;position:relative;border: 1px #ececec solid;} 
.main .proListal li .boxal{ width:100%; height:280px;display:block; cursor:pointer;position:relative;}
.main .proListal li .boxal .spanImgal{ display:block; overflow:hidden;width:100%; height:280px;
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;}
.main .proListal li .spanal{ display: block;height:45px; line-height:45px; width:100%;text-align: center; margin:auto;font-size:16px;}
.main .proListal li .spanal a{ color:#333; }

.main .proListal li:hover .spanal a{color: #0065c1;font-weight: bold;}



.proListal li .avatarb{
    position: relative;
}
.proListal li .avatarb{
    display: block;
    height: 320px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal{
    height: 320px;
}

.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

